Get Signer of the current connected account
This returns the signer object of the current connected account.
avnSdk.signer();
All API utils also work in offline mode.
See the Initialise page for instructions on how to set the API in Offline mode.
Also, seed and mnemonic are not stored and cannot be returned.
Example Result
In Offline mode, undefined
is returned.
{
sign: [Function: sign],
address: '5EYzWhGxbogEfwNKL52ZRDCgBxu4t8oWDFAsXXVYvH6dMQTo',
}